.card{transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;background:#fff;position: relative;}
.card-area{height:600px;width:100%;position:relative;margin-bottom: 10px;}
.card-item.active{z-index:9;width:58%;height:600px}
.card-area .card-item+.card-item{margin-left:-1px}
.card-item{z-index:7;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:6%;height:600px;background-color:transparent;overflow: hidden;}
.card_img{position: relative;transition: all ease-out .3s;}
.card_img img{
	min-width: 750px;
	min-height: 600px;
	max-width: 750px;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}
.op50{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.card-item.active .op50{
	display: none;
}
.card-content1{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(17, 132, 218,0.7);
	padding: 32px 70px 51px 36px;
	display: none;
}
.active .card-content1{
	display: block;
}
.cc_top{
	display: flex;
	justify-content: space-between;
}
.cc_top span{
	color: #fff;
	font-size: 24px;
}
.card-content1 a p{
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 25px;
	margin-top: 16px;
	font-size: 14px;
}
.op50 p{
	color: #fff;
	font-size: 24px;
	width: 24px;
	margin: 110% auto auto auto;
}
.cc_top span:last-child{
	transition: all ease-out .3s;
}
.card-content1:hover .cc_top span:last-child{
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
	-moz-transform:translateX(20px);
	transition: all ease-out .3s;
}

/* banner */
.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    width: 50px;
    height:70px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}
.banner_index:hover .flex-direction-nav .flex-prev,.banner_index:hover .flex-direction-nav .flex-next{opacity: 1;}
 .banner_index .flex-direction-nav .flex-prev {
    left: 30px;
    background: rgba(0,0,0,0.5) url("../img/ws-r.png")/*tpa=http://www.bs1718.com/template/pc/skin/img/ws-r.png*/ no-repeat center;
    background-size: 32px 32px;
    transform: rotate(180deg);
}

.banner_index .flex-direction-nav .flex-next {
    right: 30px;
    background: rgba(0,0,0,0.5) url("../img/ws-r.png")/*tpa=http://www.bs1718.com/template/pc/skin/img/ws-r.png*/ no-repeat center;
     background-size: 32px 32px;
}

.banner_index .flex-direction-nav .flex-prev:hover {
background-color: #90c42f;
}

.banner_index .flex-direction-nav .flex-next:hover {
background-color: #90c42f;
}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
